home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFRADOPARAMSFORM / TFRADOPARAMSFORM.txt
Text File  |  2005-01-28  |  3KB  |  136 lines

  1. object frADOParamsForm: TfrADOParamsForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frADOParamsForm'
  7.   ClientHeight = 165
  8.   ClientWidth = 405
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object GroupBox1: TGroupBox
  24.     Left = 4
  25.     Top = 4
  26.     Width = 397
  27.     Height = 125
  28.     Caption = 'Parameters'
  29.     TabOrder = 0
  30.     object Label2: TLabel
  31.       Tag = 1001
  32.       Left = 148
  33.       Top = 36
  34.       Width = 46
  35.       Height = 13
  36.       Caption = '&Data type'
  37.       FocusControl = TypeCB
  38.     end
  39.     object Label1: TLabel
  40.       Left = 8
  41.       Top = 16
  42.       Width = 28
  43.       Height = 13
  44.       Caption = '&Name'
  45.       FocusControl = ParamsLB
  46.     end
  47.     object ParamsLB: TListBox
  48.       Left = 8
  49.       Top = 32
  50.       Width = 129
  51.       Height = 85
  52.       HelpContext = 55
  53.       ItemHeight = 13
  54.       TabOrder = 0
  55.       OnClick = ParamsLBClick
  56.     end
  57.     object TypeCB: TComboBox
  58.       Tag = 1004
  59.       Left = 236
  60.       Top = 32
  61.       Width = 153
  62.       Height = 21
  63.       HelpContext = 138
  64.       Style = csDropDownList
  65.       ItemHeight = 13
  66.       TabOrder = 1
  67.       OnChange = TypeCBChange
  68.     end
  69.     object ValueRB: TRadioButton
  70.       Left = 148
  71.       Top = 66
  72.       Width = 85
  73.       Height = 17
  74.       HelpContext = 157
  75.       Caption = '&Value:'
  76.       Checked = True
  77.       TabOrder = 2
  78.       TabStop = True
  79.       OnClick = ValueRBClick
  80.     end
  81.     object AssignRB: TRadioButton
  82.       Left = 148
  83.       Top = 88
  84.       Width = 241
  85.       Height = 17
  86.       HelpContext = 175
  87.       Caption = 'Assign value from &master dataset'
  88.       TabOrder = 3
  89.       OnClick = AssignRBClick
  90.     end
  91.     object ValueE: TfrComboEdit
  92.       Tag = 1005
  93.       Left = 236
  94.       Top = 64
  95.       Width = 153
  96.       Height = 21
  97.       HelpContext = 147
  98.       Style = csSimple
  99.       ItemHeight = 13
  100.       TabOrder = 4
  101.       OnExit = ValueEExit
  102.       Glyph.Data = {
  103.         D6000000424DD60000000000000076000000280000000C0000000C0000000100
  104.         0400000000006000000000000000000000001000000000000000000000000000
  105.         80000080000000808000800000008000800080800000C0C0C000808080000000
  106.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
  107.         0000770777777777000077087007007700007780778007770000778087700077
  108.         0000777087007807000077780777777700007700000777770000777708777777
  109.         0000777700780777000077777000777700007777777777770000}
  110.       OnButtonClick = VarSBClick
  111.     end
  112.   end
  113.   object Button1: TButton
  114.     Left = 246
  115.     Top = 136
  116.     Width = 75
  117.     Height = 25
  118.     HelpContext = 40
  119.     Caption = 'OK'
  120.     Default = True
  121.     ModalResult = 1
  122.     TabOrder = 1
  123.   end
  124.   object Button2: TButton
  125.     Left = 326
  126.     Top = 136
  127.     Width = 75
  128.     Height = 25
  129.     HelpContext = 50
  130.     Cancel = True
  131.     Caption = 'Cancel'
  132.     ModalResult = 2
  133.     TabOrder = 2
  134.   end
  135. end
  136.